home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9793 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1005 b 

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: can you call vc++ objs from bc++ and vice versa?
  5. Date: 4 Mar 1996 15:12:17 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4hf18h$t6c@news.interpath.net>
  8. References: <4h2ibl$r4b@idefix.eunet.fi> <31379113.6FEF@informix.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Murali Rajendran (muralir@informix.com) wrote:
  13.  
  14. : You cannot use objects (e.g. DLLs ) 
  15.  
  16. Actually, DLLs are the only thing you *can* use. LIB and OBJ formats
  17. differ between Borland and MS compilers. But DLL is a common format
  18. you can even mix and match different languages using.
  19.  
  20. : different compilers perform name-mangling in different ways
  21.  
  22. Oh, yeah, as long as you declare everything as extern "C" :)
  23. DLLs are the only hope of mixing and matching you have.
  24. A slim hope, but better than nothing.
  25.  
  26. Scott
  27.  
  28.